Národní úložiště šedé literatury Nalezeno 7 záznamů.  Hledání trvalo 0.01 vteřin. 
Middleware for Testos Framework
Červinka, Radim ; Rogalewicz, Adam (oponent) ; Smrčka, Aleš (vedoucí práce)
This goal of this thesis is to create a communication bus for the Testos platform, which enables the tools to communicate and utilize each other's services. The thesis consists of a research of current Publish-Subscribe protocols and solutions. It also outlines the requirements for a communication bus that fits the Testos platform's needs and proposes solutions that satisfy them. As a part of the research, there were 3 message-oriented software solutions explored - MQTT, DDS and AMQP. The examination of each solution was focused on the communication model and main features. The MQTT protocol was chosen as the starting point of the bus implementation. The thesis also specifies how to extend the protocol in order to satisfy the requirements. Main MQTT extensions proposed by this project include an introduction of a management of request life cycle on top of the MQTT message delivery and the request/response mechanism. The protocol was also expanded by ability to pack messages into a BULK packet to decrease the needed network resources. The result is a Testos Bus, which is based on a modified and expanded version of MQTT, that includes a broker implementation as well as implementation of client libraries for Python and C++. Testos Bus satisfies all mandatory requirements, which is verified by automated tests.
Implementace komunikačního middleware v prostředí Java ME
Martinák, Jan ; Martínek, Tomáš (oponent) ; Kořenek, Jan (vedoucí práce)
V prostředí téměř každého podniku existuje softwarová podpora pro podporu obchodních procesů. S narůstajícím počtem těchto aplikaci roste i potřeba integrovat je tak, aby vzniklo komplexní prostředí, které funguje efektivně a generuje zisk. V oblasti integrace podnikových aplikací existuje několik principů, každý se svými výhodami i nedostatky, technika zasílání zpráv se však pro mnoho integračních problému ukázala jako nejvýhodnější. Tato práce se zabývá podnikovým prostředím s aplikacemi vestavěných systémů multifunkčních kancelářských zařízení na platformě Java ME a prezentuje vlastní řešení uniformní komunikační vrstvy pro integraci těchto aplikací do podnikové infrastruktury. Výsledná softwarová komponenta aplikuje principy techniky zasílání zpráv v SOA pro správu firemního tisku, kde je spolu s navrženým schématem zpráv použita v komunikaci s tiskovým serverem.
Integrace JMS poskytovatelů třetích stran
Žiaková, Nikoleta ; Letko, Zdeněk (oponent) ; Dudka, Vendula (vedoucí práce)
Tato práce se zabývá komunikací pomocí zasílání zpráv a integrací JMS poskytovatelů třetích stran do aplikačního serveru JBoss. Cílem práce bylo navrhnout a implementovat univerzální testovací sadu, která navrženou integraci jednoduše otestuje. Nejprve bylo potřebné nastudovat klíčové technologie důležité pro integraci, ke kterým patří standard Java Message Service, Java EE Connector Architecture, vybraní JMS poskytovatelé a JBoss AS. Konkrétní postupy integrace byly navrženy a popsány pro JMS poskytovatele Apache ActiveMQ, IBM WebSphere MQ a Red Hat MRG Messaging. Pro ověření funkčnosti integrace byla navržena a implementována testovací sada zaměřená na čtyři oblasti - transakce, clustering, vysokou dostupnost a výkonnost. Testování bylo automatizováno pomocí nástroje průběžné integrace Jenkins. Na závěr byla testovací aplikace použita na vyhodnocení funkčnosti integrace a porovnání jednotlivých JMS poskytovatelů a různých verzí JBoss AS.
Distributed Tasks in an Enterprise Computing Environment
Tichavský, Milan ; Rychlý, Marek (oponent) ; Burget, Radek (vedoucí práce)
In a microservices architecture, messages are commonly used for communication between individual services. There is a general need to listen to messages sent on a message bus and react to them by triggering job execution. This thesis presents all essential considerations to be made when solving this problem. It comes up with an execution framework that enables such workflow by executing tasks in arbitrary container images on OpenShift. The solution consists of a Flask API that contains the execution logic and a STOMP client written in Python that receives messages from the message bus and sends them to the API. Test scenarios are included to showcase the functionality, and the solution is evaluated by comparing it with a Jenkins setup. Also, an alternative design using Tekton pipelines is discussed. The second problem this thesis focuses on is the execution of periodically scheduled tasks and suggests using Kubernetes CronJob objects instead of implementing anything custom.
Middleware for Testos Framework
Červinka, Radim ; Rogalewicz, Adam (oponent) ; Smrčka, Aleš (vedoucí práce)
This goal of this thesis is to create a communication bus for the Testos platform, which enables the tools to communicate and utilize each other's services. The thesis consists of a research of current Publish-Subscribe protocols and solutions. It also outlines the requirements for a communication bus that fits the Testos platform's needs and proposes solutions that satisfy them. As a part of the research, there were 3 message-oriented software solutions explored - MQTT, DDS and AMQP. The examination of each solution was focused on the communication model and main features. The MQTT protocol was chosen as the starting point of the bus implementation. The thesis also specifies how to extend the protocol in order to satisfy the requirements. Main MQTT extensions proposed by this project include an introduction of a management of request life cycle on top of the MQTT message delivery and the request/response mechanism. The protocol was also expanded by ability to pack messages into a BULK packet to decrease the needed network resources. The result is a Testos Bus, which is based on a modified and expanded version of MQTT, that includes a broker implementation as well as implementation of client libraries for Python and C++. Testos Bus satisfies all mandatory requirements, which is verified by automated tests.
Implementace komunikačního middleware v prostředí Java ME
Martinák, Jan ; Martínek, Tomáš (oponent) ; Kořenek, Jan (vedoucí práce)
V prostředí téměř každého podniku existuje softwarová podpora pro podporu obchodních procesů. S narůstajícím počtem těchto aplikaci roste i potřeba integrovat je tak, aby vzniklo komplexní prostředí, které funguje efektivně a generuje zisk. V oblasti integrace podnikových aplikací existuje několik principů, každý se svými výhodami i nedostatky, technika zasílání zpráv se však pro mnoho integračních problému ukázala jako nejvýhodnější. Tato práce se zabývá podnikovým prostředím s aplikacemi vestavěných systémů multifunkčních kancelářských zařízení na platformě Java ME a prezentuje vlastní řešení uniformní komunikační vrstvy pro integraci těchto aplikací do podnikové infrastruktury. Výsledná softwarová komponenta aplikuje principy techniky zasílání zpráv v SOA pro správu firemního tisku, kde je spolu s navrženým schématem zpráv použita v komunikaci s tiskovým serverem.
Integrace JMS poskytovatelů třetích stran
Žiaková, Nikoleta ; Letko, Zdeněk (oponent) ; Dudka, Vendula (vedoucí práce)
Tato práce se zabývá komunikací pomocí zasílání zpráv a integrací JMS poskytovatelů třetích stran do aplikačního serveru JBoss. Cílem práce bylo navrhnout a implementovat univerzální testovací sadu, která navrženou integraci jednoduše otestuje. Nejprve bylo potřebné nastudovat klíčové technologie důležité pro integraci, ke kterým patří standard Java Message Service, Java EE Connector Architecture, vybraní JMS poskytovatelé a JBoss AS. Konkrétní postupy integrace byly navrženy a popsány pro JMS poskytovatele Apache ActiveMQ, IBM WebSphere MQ a Red Hat MRG Messaging. Pro ověření funkčnosti integrace byla navržena a implementována testovací sada zaměřená na čtyři oblasti - transakce, clustering, vysokou dostupnost a výkonnost. Testování bylo automatizováno pomocí nástroje průběžné integrace Jenkins. Na závěr byla testovací aplikace použita na vyhodnocení funkčnosti integrace a porovnání jednotlivých JMS poskytovatelů a různých verzí JBoss AS.

Chcete být upozorněni, pokud se objeví nové záznamy odpovídající tomuto dotazu?
Přihlásit se k odběru RSS.